home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / readme.nt < prev    next >
Text File  |  1993-12-09  |  2KB  |  58 lines

  1.  
  2. 12.10.93
  3.  
  4. This is a port of emacs version 19.17 for Microsoft Windows NT.  Once
  5. the dust settles on the latest version of the main emacs source (19.22
  6. at this writing) and I get more time, this port will be rolled
  7. forward.
  8.  
  9. The port has most of the Unix emacs functionality, in particular
  10. subprocesses (and, hence, support for the compile, shell, and grep
  11. modes, among others --- for dired, though, you need a 32-bit version
  12. of ls for now).  However, the port is still rough around the edges
  13. (the degree of integration with Windows is small as compared with X,
  14. for example).  
  15.  
  16. If something is very obviously broken, it shouldn't be; let me know
  17. immediately.
  18.  
  19. For those people who feel particularly hackish, you can browse through
  20. the TODO.NT file and chip away at the remaining things that need to be
  21. done (this also serves as the problems file, so if you encounter a
  22. problem first look here to see if it's been noted).  The vast world of
  23. lisp packages is relatively unexplored, for example.
  24.  
  25. If you do fix broken lisp packages, or trace down bugs in the emacs
  26. source, send fixes back so that they can be integrated into the main
  27. distribution for everyone to use.  It would be great to hear about
  28. bugs _and_ their fixes, but send the bugs too.  Also, the port has
  29. been tested only on mips and i386 boxes.  It will be interesting to
  30. test it out on other architectures.
  31.  
  32. Read the INSTALL.NT file for directions on installing emacs.
  33. Regarding disk space requirements, with the mips version the build
  34. tree requires ~27 MBytes of disk space; if you install in the same
  35. directory, add ~3 MBytes; if you install in another directory, add ~16
  36. MBytes.
  37.  
  38. Enjoy.
  39.  
  40. -geoff
  41.  
  42. (voelker@cs.washington.edu)
  43.  
  44. -----------------------------------------------------------------------
  45.  
  46. For a brief history, Tim Fleehart did a lot of the hard work porting
  47. emacs 18.58 to NT.  I upgraded the port to 19.17, changed the memory
  48. allocation, added subprocess support, etc.  Drew Bliss then did a
  49. thorough job improving child process support, signal handling, and
  50. keyboard and mouse events.  I am sure that I can't credit Tim and Drew
  51. enough for all that they have done, and hope they forgive me for
  52. leaving anything out.  Darach Foskett and John Sichi graciously tested
  53. the distribution and provided very helpful feedback.  As with any
  54. large piece of software, many others have also made contributions, but
  55. if I started to list names I would leave someone out.
  56.  
  57.  
  58.